﻿.wrap {
	width: 100%;
	min-width: 1180px;
}

.header {
	width: 100%;
	min-width: inherit;
	position: fixed;
	z-index: 99999;
	top: 0;
	right: 0;
	background-color: #FFFFFF;
}

.menu_wrap {
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #CCCCCC;
}

.menu_content {
	width: 1180px;
	margin: 0 auto;
	font-family: "微软雅黑";
	font-size: 13px;
	line-height: 30px;
	font-weight: normal;
	text-align: right;
}

.menu_content span {
	float: right;
	margin-left: 20px;
}

.logo_search_wrap {
	width: 100%;
	height: 149px;
}

.logo_search_content {
	width: 1180px;
	margin: 0 auto;
}

.logo {
	float: left;
	margin-top: 50px;
}

.search {
	width: 350px;
	height: 40px;
	line-height: 40px;
	margin-top: 55px;
	float: right;
}

.txt {
	width: 248px;
	height: 38px;
	font-size: 14px;
	border: 0px;
	float: left;
	text-indent: 5px;
	border: 1px solid #CCCCCC;
}

#button_search {
	width: 100px;
	height: 40px;
	background-color: #035cac;
	color: white;
	float: right;
	border: 0px;
	font-size: 15px;
	font-weight: normal;
}

#button_search:hover {
	background-color: #383838;
	cursor: pointer;
	color: #FFFFff;
}


/*以上为站内搜索*/

.nav_wrap {
	width: 100%;
	height: 50px;
	background-color: #035cac;
	position: relative;
	/* 	behavior: url(../images/ie-css3.htc);
	-webkit-box-shadow: 0px 3px 3px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 3px 3px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 3px 3px 3px rgba(0, 0, 0, 0.3); */
}

.nav_content {
	width: 1180px;
	height: 50px;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	z-index: 9;
	margin: 0 auto;
}

.nav {
	width: 1180px;
	height: 50px;
	line-height: 50px;
	position: relative;
	z-index: 1;
}

.nav .nLi {
	width: 135px;
	float: left;
	position: relative;
	display: inline;
}

.nav .nLi h3 {
	width: 135px;
	float: left;
}

.nav .nLi h3 a {
	font-family: "微软雅黑";
	display: block;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	color: white;
	text-decoration: none;
}

.nav .sub {
	width: 135px;
	display: none;
	left: 0;
	top: 50px;
	position: absolute;
	background: #035cac;
	line-height: 50px;
}

.nav .sub li {
	width: 135px;
	zoom: 1;
}

.nav .sub a {
	font-family: "微软雅黑";
	font-size: 14px;
	color: white;
	text-align: center;
	display: block;
	text-decoration: none;
}

.nav .sub a:hover {
	background: #FFFFFF;
	color: #383838;
}

.nav .on h3 a {
	background: #FFFFFF;
	color: #383838;
}

.banner {
	width: 100%;
	min-width: inherit;
	margin-top: 229px;
}

.slideBox {
	width: 100%;
	height: 600px;
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd;
}

.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 48.2%;
	bottom: 10px;
	z-index: 1;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox .hd ul li {
	float: left;
	margin-right: 10px;
	width: 10px;
	height: 10px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
}

.slideBox .hd ul li.on {
	background: #f00;
	color: #fff;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	min-width: 1180px;
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd img {
	width: 100%;
	height: 600px;
	display: block;
}


/* 下面是前/后按钮代码，如果不需要删除即可 */

.slideBox .prev,
.slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.slideBox .prevStop {
	display: none;
}

.slideBox .nextStop {
	display: none;
}

.main {
	width: 100%;
	min-width: 1180px;
	padding-top: 30px;
}

.news_wrap {
	width: 100%;
	height: 620px;
}

.news {
	width: 1180px;
	margin: 0 auto;
}

.news_wrap .title {
	line-height: 50px;
	font-family: "微软雅黑";
	font-size: 24px;
	text-align: center;
	font-weight: normal;
	color: #383838;
}

.news_wrap p {
	font-family: "微软雅黑";
	font-size: 20px;
	text-align: center;
	font-weight: normal;
	color: #CCCCCC;
}

.news_content {
	font-family: "微软雅黑";
	float: right;
	width: 1180px;
	overflow: hidden;
	background: #fff;
	margin-top: 20px;
}

.news_content .hd {
	height: 50px;
	line-height: 50px;
	font-size: 14px;
}

.news_content .hd ul {
	overflow: hidden;
	zoom: 1;
}

.news_content .hd ul li {
	width: 33.33%;
	float: left;
}

.news_content .hd ul li a {
	display: block;
	text-align: center;
	color: #6D6D6D;
	font-size: 16px;
}

.news_content .hd ul li a:hover {
	text-decoration: none;
}

.news_content .hd ul li.on a {
	border-bottom: 2px solid #035cac;
	color: #383838;
}

.news_content .bd {
	padding-top: 20px;
	text-align: left;
}

.news_content .bd li {
	height: 24px;
	line-height: 24px;
}

.news_content .bd li .date {
	float: right;
	color: #999;
}

.information-tab {
	height: 380px
}

.information-tab .tabs {
	height: 380px
}

.tab-buttons {
	width: 100%;
	height: 50px;
	background-color: #fafafa
}

.tab-buttons .tab-button {
	width: 33.33%;
	float: left;
	height: 50px;
	text-align: center;
	font-size: 16px;
	color: #999;
	line-height: 50px;
	position: relative;
	cursor: pointer
}

.tab-buttons .tab-button.cur {
	background-color: #fff;
	color: #333
}

.tab-buttons .tab-button.cur:after {
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #1183ff
}

.information-tab .information-left {
	width: 500px;
	height: 340px;
	overflow: hidden;
	position: relative;
	float: left;
}

.information-tab .information-left img {
	width: 100%;
	height: auto
}


/* 焦点图 */

.focusBox {
	float: left;
	position: relative;
	width: 500px;
	height: 340px;
	overflow: hidden;
	font-family: Arial;
	text-align: left;
	background: #fff;
}

.focusBox .pic img {
	width: 500px;
	height: 340px;
	display: block;
	cursor: pointer;
	transition: all 1s;
}

.focusBox .pic img:hover {
	transform: scale(1.4);
}

.focusBox .txt-bg {
	position: absolute;
	bottom: 0;
	z-index: 1;
	height: 36px;
	width: 100%;
	background: #333;
	filter: alpha(opacity=40);
	opacity: 0.4;
	overflow: hidden;
}

.focusBox .txt {
	position: absolute;
	bottom: 0;
	z-index: 2;
	height: 36px;
	width: 100%;
	overflow: hidden;
}

.focusBox .txt li {
	height: 36px;
	line-height: 36px;
	position: absolute;
	bottom: -36px;
}

.focusBox .txt li a {
	display: block;
	color: white;
	padding: 0 0 0 10px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.focusBox .num {
	position: absolute;
	z-index: 3;
	bottom: 8px;
	right: 8px;
}

.focusBox .num li {
	float: left;
	position: relative;
	width: 18px;
	height: 15px;
	line-height: 15px;
	overflow: hidden;
	text-align: center;
	margin-right: 1px;
	cursor: pointer;
}

.focusBox .num li a,
.focusBox .num li span {
	position: absolute;
	z-index: 2;
	display: block;
	color: white;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-decoration: none;
}

.focusBox .num li span {
	z-index: 1;
	background: black;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.focusBox .num li.on a,
.focusBox .num a:hover {
	background: #f60;
}

.information-tab .information-left .left-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 48px;
	line-height: 48px;
	background-color: rgba(0, 0, 0, .5);
	z-index: 2;
	color: #fff;
	padding: 0 14px
}

.information-tab .information-left .left-bottom .article-title {
	font-size: 18px;
	width: 400px;
	float: left;
}

.information-tab .information-left .left-bottom .article-time {
	font-size: 14px;
	float: right;
}

.list_right {
	width: 640px;
	height: 340px;
	float: right;
}

.Headlines {
	width: 100%;
	height: 120px;
	float: left;
}

.Headlines h4 {
	width: 100%;
	overflow: hidden;
	line-height: 50px;
	display: inline;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.Headlines h4 a {
	float: left;
	font-weight: normal;
	font: "微软雅黑";
	font-size: 24px;
	color: #035cac;
}

.Headlines h4 span {
	line-height: 50px;
	font-weight: normal;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #6d6d6d;
	float: right;
}

.Headlines p {
	width: 100%;
	height: 70px;
	overflow: hidden;
	line-height: 30px;
	text-align: left;
	text-indent: 2em;
	text-align: justify;
}

.Headlines p a {
	font: "微软雅黑";
	font-size: 14px;
	font-weight: normal;
	color: #383838;
}

.news_list {
	width: 100%;
	height: 220px;
	padding-top: 15px;
	overflow: hidden;
	float: left;
}

.news_list ul .column {
	width: 100%;
	height: 31px;
	float: left;
}

.news_list ul .column a {
	line-height: 31px;
	font-size: 14px;
	font-weight: normal;
	font-family: "微软雅黑";
	color: #6d6d6d;
}

.news_list ul .column span {
	float: right;
	line-height: 31px;
	font-weight: normal;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #6d6d6d;
	float: right;
}

.list_right ul .column {
	width: 100%;
	height: 31px;
	float: left;
}

.list_right ul {
	height: 340px;
	overflow: hidden;
}

.list_right ul .column a {
	line-height: 31px;
	font-size: 14px;
	font-weight: normal;
	font-family: "微软雅黑";
	color: #6d6d6d;
}

.list_right ul .column span {
	float: right;
	line-height: 31px;
	font-weight: normal;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #6d6d6d;
	float: right;
}

.Politics {
	width: 1180px;
	margin: 0 auto;
}

.Politics ul .Politics_content {
	width: 590px;
	height: 340px;
	float: left;
	overflow: hidden;
}

.Politics ul .Politics_content ul li {
	width: 100%;
	height: 40px;
	float: left;
	line-height: 40px;
}

.Politics ul .Politics_content ul li a {
	color: #6D6D6D;
	font-size: 15px;
}

.Politics ul .Politics_content ul li span {
	width: 30px;
	height: 20px;
	line-height: 17px;
	background-color: #035cac;
	float: left;
	color: #FFFFFF;
	text-align: center;
	font-size: 8px;
	margin-top: 10px;
	margin-right: 10px;
}

.news_more {
	width: 100%;
	height: 55px;
}

.more_content {
	width: 360px;
	height: 55px;
	margin: 0 auto;
}

.more_content a {
	width: 360px;
	height: 55px;
	line-height: 55px;
	display: inline-block;
	text-decoration: none;
	background-color: #035cac;
	text-align: center;
}

.more_content a:hover {
	background-color: #ED2D38;
	text-decoration: none;
	color: white;
	transition: all 0.5s;
}

.about_wrap {
	width: 100%;
	height: 517px;
	background-color: #2e3033;
	margin-top: 2px;
}

.about_content {
	width: 1180px;
	height: 517px;
	margin: 0 auto;
}

.about_left {
	width: 580px;
	height: 407px;
	float: left;
	margin-top: 55px;
	position: relative;
}

.about_left h4 {
	line-height: 60px;
	color: white;
	font-weight: normal;
	font: "微软雅黑";
	font-size: 24px;
	display: inline;
}

.about_left span {
	color: white;
	white-space: nowrap;
	display: inline;
	margin-left: 10px;
}

.about_left .about_us {
	width: 580px;
	height: 300px;
	text-align: justify;
	text-indent: 2em;
	line-height: 50px;
	font-family: "微软雅黑";
	font-size: 14px;
	font-weight: normal;
	color: #CCCCCC;
	overflow: hidden;
}

.about_left .about_button {
	position: absolute;
	bottom: 0;
	right: 0;
}

.about_left .about_button a {
	width: 100px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	background-color: #035cac;
	color: white;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
}

.about_left .about_button a:hover {
	background-color: #ED2D38;
	transition: all 0.5s;
}

.about_right {
	width: 580px;
	height: 407px;
	float: right;
	margin-top: 55px;
}

.about_right video {
	object-fit: fill;
}

.link_wrap {
	width: 100%;
	padding-top: 20px;
}

.link_h {
	width: 100%;
	height: 50px;
	line-height: 50px;
	float: inherit;
	color: #383838;
	font-family: "微软雅黑";
	font-size: 24px;
	font-weight: normal;
	text-align: center;
}

.link_wrap p {
	font-family: "微软雅黑";
	font-size: 20px;
	text-align: center;
	font-weight: normal;
	color: #CCCCCC;
}

.link_content {
	width: 100%;
	height: 310px;
	min-width: 1180px;
	float: inherit;
	margin-bottom: 20px;
}

.link_list {
	width: 1180px;
	height: 310px;
	margin: 0 auto;
	overflow: hidden;
}

.link_list ul li {
	width: 218px;
	height: 115px;
	margin: 26px 20px 0 0;
	border: 1px solid #CCCCCC;
	float: left;
}

.link_list ul li img {
	width: 190px;
	height: 87px;
	margin: 14px;
}

.link_list ul li:nth-child(5) {
	width: 218px;
	height: 115px;
	float: right;
	margin-right: 0;
	border: 1px solid #CCCCCC;
}

.link_list ul li:nth-child(10) {
	width: 218px;
	height: 115px;
	float: right;
	margin-right: 0;
	border: 1px solid #CCCCCC;
}

.footer {
	width: 100%;
	height: 310px;
	min-width: 1180px;
	float: left;
}

.foot_top {
	width: 100%;
	height: 250px;
	min-width: 1180px;
	float: left;
	margin-top: 40px;
	background-color: #2E3033;
}

.foot_content {
	width: 1180px;
	height: 250px;
	margin: 0 auto;
}

.foot_nav {
	width: 498px;
	height: 180px;
	margin-top: 30px;
	border-right: 2px solid #1f2125;
	float: left;
	overflow: hidden;
}

.foot_nav ul .foot_nav_title {
	float: left;
	margin-right: 55px;
}

.foot_nav ul .foot_nav_title a {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.foot_nav ul .foot_nav_title ul {
	margin-top: 20px;
}

.foot_nav ul .foot_nav_title ul .foot_menu {
	line-height: 30px;
}

.foot_nav_title ul .foot_menu a {
	color: #a1a3a3;
	font-size: 12px;
	font-weight: normal;
}

.kong {
	width: 2px;
	height: 180px;
	float: left;
	margin-top: 30px;
	background-color: #393d43;
}

.foot_message {
	width: 401px;
	height: 180px;
	float: left;
	border-right: 2px solid #1F2125;
	margin-top: 30px;
	border-left: 2px solid #34363a;
	font-family: "微软雅黑";
	font-size: 14px;
	color: white;
	text-indent: 4em;
	font-weight: bold;
}

.foot_message ul #number {
	font-family: Utsaah;
	font-size: 30px;
	line-height: 50px;
	color: #1ea4ff;
}

.foot_message ul li {
	font-family: "微软雅黑";
	font-size: 12px;
	color: #A1A3A3;
	line-height: 30px;
	font-weight: normal;
	overflow: hidden;
}

.foot_code {
	width: 269px;
	height: 180px;
	float: left;
	margin-top: 30px;
	border-left: 2px solid #34363A;
}

.foot_code img {
	width: 122px;
	height: 122px;
	float: left;
	margin-left: 30px;
}

.foot_code p {
	color: #CCCCCC;
	float: left;
	font-size: 13px;
	margin-left: 36px;
	line-height: 40px;
}

.foot_bottom {
	width: 100%;
	height: 40px;
	min-width: 1180px;
	float: left;
	background-color: #383838;
}


/*以上为首页css代码*/


/*以下为关于兴隆页css代码*/

.about_banner {
	width: 100%;
	height: 460px;
	margin-top: 229px;
	background: url(../images/about_banner.jpg) no-repeat;
	background-size: cover;
}

.about_main {
	width: 100%;
	margin-top: 10px;
}

.about_main_content {
	width: 1180px;
	margin: 0 auto;
}

.about_main_content .current {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: left;
	margin-top: 20px;
	font-family: "微软雅黑";
	font-size: 14px;

}
.about_main_content .current a{
		color: #6D6D6D;
}

.about_main_content .current span {
	width: 16px;
	height: 15px;
	background-size: cover;
	float: left;
	margin: 12px 5px 0 0;
	background-image: url(../images/current.png);
}

.introduce {
	width: 100%;
	height: 380px;
	float: left;
	margin-top: 20px;
}

.introduce_img {
	width: 600px;
	height: 380px;
	float: left;
}

.introduce_img img {
	width: 600px;
	height: 380px;
}

.introduce_text {
	width: 550px;
	height: 380px;
	float: right;
}

.introduce_text h4 {
	font-family: "微软雅黑";
	font-size: 24px;
	line-height: 60px;
	font-weight: normal;
}

.introduce_text p {
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 30px;
	text-align: justify;
	text-indent: 2em;
}

.about_more {
	width: 100%;
	height: 55px;
	float: left;
	margin-top: 40px;
}

.about_more_content {
	width: 360px;
	height: 55px;
	margin: 0 auto;
}

.about_more_content a {
	width: 360px;
	height: 55px;
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 55px;
	display: inline-block;
	text-decoration: none;
	background-color: #035cac;
	text-align: center;
	color: #FFFFFF;
}

.about_more_content a:hover {
	background-color: #ED2D38;
	text-decoration: none;
	color: white;
	transition: all 0.5s;
}

.s_cover {
	width: 100%;
	height: 600px;
	background-color: #2E3033;
	margin-top: 40px;
	float: left;
}

.s_cover_img {
	width: 1180px;
	height: 600px;
	margin: 0 auto;
	text-align: center;
}

.s_cover_img img {
	display: inline-block;
	margin-top: 10px;
}

.course {
	width: 100%;
	float: left;
	margin-top: 20px;
}

.course_content {
	width: 1180px;
	margin: 0 auto;
}

.course_content h4 {
	font-family: "微软雅黑";
	font-size: 24px;
	line-height: 40px;
	text-align: center;
	color: #383838;
	font-weight: normal;
}

.course_content p {
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	color: #ED2D38;
}

.course_main {
	width: 100%;
	height: 600px;
	margin-top: 20px;
	background: url(../images/course_bg.png) no-repeat center top;
}

.honor {
	width: 100%;
	margin-top: 30px;
	float: left;
}

.honor_centent {
	width: 1180px;
	margin: 0 auto;
}

.honor_centent h4 {
	font-family: "微软雅黑";
	font-size: 24px;
	line-height: 40px;
	text-align: center;
	color: #383838;
	font-weight: normal;
}

.honor_centent p {
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	color: #ED2D38;
}

.honor_main {
	width: 100%;
	margin-top: 40px;
}


/*以上为关于兴隆页面css代码*/


/*以下为关于兴隆TAB页面Css代码*/

.about_tab {
	width: 100%;
}

.about_tab_content {
	font-family: "微软雅黑";
	float: right;
	width: 1180px;
	overflow: hidden;
	background: #fff;
	margin-top: 20px;
}

.about_tab_content .hd {
	height: 50px;
	line-height: 50px;
	font-size: 14px;
}

.about_tab_content .hd ul {
	overflow: hidden;
	zoom: 1;
}

.about_tab_content .hd ul li {
	width: 280px;
	float: left;
	background-color: #CCCCCC;
	margin-right: 20px;
}

.about_tab_content .hd ul li:last-child {
	margin-right: 0;
}

.about_tab_content .hd ul li a {
	display: block;
	text-align: center;
	color: #383838;
	font-size: 16px;
}

.about_tab_content .hd ul li a:hover {
	text-decoration: none;
}

.about_tab_content .hd ul li.on a {
	background-color: #035cac;
	color: #FFFFFF;
}

.about_tab_content .bd {
	padding-top: 20px;
	text-align: left;
}

.about_tab_content .bd li {
	height: 24px;
	line-height: 24px;
}

.about_tab_content .bd li .date {
	float: right;
	color: #999;
}

.tab_introduce {
	width: 100%;
	margin-top: 10px;
}

.about_tab_content .bd ul h4 {
	font-family: "微软雅黑";
	font-size: 24px;
	line-height: 100px;
	text-align: center;
}

.about_tab_content .bd ul p {
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 60px;
}

.about_tab_content .bd ul p img {
	width: 100%;
	height: 450px;
}

.off_course {
	width: 100%;
	height: 300px;
}

.off_course ul .off_course_img {
	width: 275px;
	height: 200px;
	background-color: black;
	float: left;
	margin: 10px 10px;
}

.off_course ul .off_course_img img {
	width: 100%;
	height: 100%;
}


/*以上为关于内容页css*/


/*以下为新闻列表页css*/

.news_banner {
	width: 100%;
	height: 460px;
	margin-top: 229px;
	background: url(../images/news_banner.jpg) no-repeat;
	background-size: cover;
}

.news_main_content {
	width: 1180px;
	margin: 0 auto;
		
}

.news_main_content .current {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: left;
	margin-top: 20px;
	font-family: "微软雅黑";
	font-size: 14px;
}
.news_main_content .current a{
	color: #6d6d6d;
}
.news_main_content .current span {
	width: 16px;
	height: 15px;
	background-size: cover;
	float: left;
	margin: 12px 5px 0 0;
	background-image: url(../images/current.png);
}

.news_list_content {
	width: 100%;
	margin-top: 20px;
}

.news_list_left {
	width: 340px;
	height: 1000px;
	float: left;
}

.news_list_left h4 {
	width: 100%;
	height: 71px;
	float: left;
	background-color: #035cac;
	line-height: 71px;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 24px;
	color: white;
	font-weight: normal;
}

.news_list_left .news_list_bottom {
	width: 100%;
	height: 120px;
	float: left;
	margin-top: 5px;
	border-top: 2px solid #CCCCCC;
}

.news_list_left .news_list_bottom ul .news_lb {
	width: 338px;
	height: 58px;
	border-bottom: 1px solid #DDDDDD;
	float: left;
	text-align: center;
}

.news_list_left .news_list_bottom ul .news_lb a {
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 58px;
	color: #383838;
}

.Hotline {
	width: 100%;
	height: 105px;
	float: left;
	background-color: #2E3033;
	margin-top: 20px;
}

.Hotline_left {
	width: 85px;
	height: 65px;
	float: left;
	margin-top: 23px;
	margin-left: 30px;
	text-align: center;
}

.Hotline_left img {
	width: 45px;
	height: 44px;
	margin-top: 10px;
}

.Hotline_kong {
	width: 1px;
	height: 65px;
	background-color: #000000;
	float: left;
	margin-top: 23px;
}

.Hotline_right {
	width: 222px;
	height: 65px;
	float: right;
	margin-top: 23px;
}

.Hotline_right h5 {
	width: 100%;
	padding-left: 20px;
	line-height: 30px;
	font-family: "微软雅黑";
	font-size: 18px;
	text-align: left;
	font-weight: normal;
	color: white;
}

.Hotline_right p {
	width: 100%;
	padding-left: 20px;
	line-height: 30px;
	font-family: "微软雅黑";
	font-size: 18px;
	text-align: left;
	font-weight: normal;
	color: white;
}

.dz_news {
	width: 100%;
}

.dz_news h5 {
	width: 100%;
	height: 58px;
	float: left;
	margin-top: 20px;
	font-weight: normal;
	line-height: 58px;
	background-color: #035cac;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 18px;
	color: white;
}

.dz_news_content {
	width: 338px;
	height: 412px;
	padding-top: 10px;
	float: left;
	border-top: none;
	overflow: hidden;
}

.dz_news_content ul li {
	width: 100%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	padding-left: 10px;
}

.dz_news_content ul li a {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #383838;
}

.dz_news_content ul li span {
	width: 10px;
	height: 6px;
	float: left;
	margin-top: 17px;
	margin-right: 10px;
	background-size: cover;
	background: url(../images/dz_xtb.png) no-repeat center top;
}

.news_list_right {
	width: 820px;
	height: 1320px;
	float: right;
}

.news_list_right ul {
	width: 100%;
	height: 1320px;
	padding-right: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}

.news_list_right ul li {
	height: 200px;
	overflow: hidden;
	margin-top: 20px;
}

.news_list_right ul li:first-child {
	margin-top: 0px;
}

.news_list_right ul li:hover {
	behavior: url(ie-css3.htc);
	-webkit-box-shadow: 0px 0px 10px #000000;
	-moz-box-shadow: 0px 0px 10px #000000;
	box-shadow: 0px 0px 10px #000000;
	transition: all 1s; 
}

.news_list_right ul li:hover .yw_content_txt h5 {
	color: #035cac;
}

.news_list_right ul li:hover .yw_content_txt span a {
	background-color: #035cac;
	border: none;
	color: white;
	text-decoration: none;
	transition: all 1.6s; 
}

.yw_content {
	width: 100%;
	height: 100%;
	padding: 20px;
}

.yw_content_img {
	width: 217px;
	height: 155px;
	float: left;
}
.yw_content_img img{
	width: 217px;
	height: 155px;
}
.yw_content_txt {
	width: 501px;
	height: 155px;
	float: left;
	margin-left: 20px;
}

.yw_content_txt h5 {
	font-family: "微软雅黑";
	font-size: 24px;
	line-height: 40px;
	font-weight: normal;
	color: #383838;
}

.yw_content_txt p {
	height: 60px;
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 30px;
	text-align: justify;
	text-indent: 2em;
	color: #838383;
	overflow: hidden;
}

.yw_content_txt span {
	width: 100%;
	height: 40px;
	margin-top: 15px;
	float: left;
}

.yw_content_txt span a {
	width: 148px;
	height: 38px;
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 38px;
	border: 1px solid #CCCCCC;
	float: right;
	color: #6D6D6D;
}

.paging {
	width: 100%;
	float: left;
}

.paging ul {
	display: table;
	margin: 30px auto;
}

.paging ul li {
	display: table-cell;
	float: left;
	line-height: 25px;
	margin-right: 10px;
}

.paging ul li a {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #838383;
	display: inline-block;
	padding: 5px 14px;
	text-align: center;
	border: 1px solid #CCCCCC;
}

.paging ul li a:hover {
	background-color: #035cac;
	border: 1px solid white;
	color: white;
	text-decoration: none;
}


/*以上为新闻列表页CSS*/


/*以下为党政新闻列表页CSS*/

.news_dz_list {
	width: 820px;
	height: 1000px;
	overflow: hidden;
	float: right;
}

.news_dz_list ul {
	padding: 10px;
}

.news_dz_list ul li {
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin-bottom: 20px;
	overflow: hidden;
	float: left;
}

.news_dz_list ul li a {
	font-family: "微软雅黑";
	font-size: 15px;
	color: #383838;
}

.news_dz_list ul li span {
	float: right;
	font-family: "微软雅黑";
	font-size: 15px;
	color: #383838;
}

.news_dz_list ul li #Black_spot {
	width: 6px;
	height: 10px;
	background: url(../images/dz_hd.png) no-repeat;
	float: left;
	margin: 10px 15px 0 0;
}

.news_dz_list ul li a:hover {
	color: #ED2D38;
}


/*以上为党政要文css*/


/*以下为招标公告列表页css*/

.bidding_banner {
	width: 100%;
	height: 460px;
	margin-top: 229px;
	background: url(../images/bidding_banner.jpg) no-repeat;
	background-size: cover;
}

.bidding_list_content {
	width: 100%;
	height: 800px;
	padding-top: 10px;
	overflow: hidden;
}

.bidding_list_content ul li {
	width: 100%;
	height: 30px;
	margin-bottom: 20px;
	line-height: 30px;
	float: left;
}

.bidding_list_content ul li #bid_hd {
	width: 6px;
	height: 10px;
	background: url(../images/dz_hd.png) no-repeat;
	float: left;
	margin: 10px 15px 0 0;
}

.bidding_list_content ul li span {
	float: right;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #383838;
}

.bidding_list_content ul li a {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #383838;
}
.bidding_list_content ul li:nth-child(-n+2) a {
	font-family: "微软雅黑";
	font-size: 14px;
        font-weight: bold;
	color: red;
}

/*以上为招标列表页CSS*/


/*以下为招标内容也css*/

.bidding_content {
	margin-top: 20px;
	text-align: center;
}

.bidding_content h4 {
	width: 100%;
	line-height: 50px;
	font-family: "微软雅黑";
	font-size: 28px;
}

.bidding_content .rqly {
	width: 100%;
	height: 70px;
	margin-top: 20px;
	overflow: hidden;
	line-height: 30px;
	color: #6D6D6D;
}

.bidding_content .rqly span {
	margin-left: 30px;
}
.bid_content {
	width: 100%;
	line-height: 40px;
	font-family: "微软雅黑";
	font-size: 16px;
	text-align: left;
}
.bid_content p{
	text-align: left;
	text-indent: 2em;
}
.bid_content br{
	text-align: left;
	text-indent: 2em;
}
.bid_content img{
    max-width: 100%!important;
    height: auto!important;
    margin: 20px auto;
    display: block;
}
.enclosure {
	width: 100%;
	border-top: 2px solid #CCCCCC;
	margin-top: 20px;
	padding-top: 20px;
}

.enclosure ul li {
	width: 100%;
	height: 50px;
	line-height: 50px;
	float: left;
	text-align: left;
}

.enclosure ul li span {
	color: #ED2D38;
}

.enclosure ul li a {
	color: #ED2D38;
}


/**/


/*以下为新闻内容页Css*/

.next_wrap {
	width: 100%;
	height: 50px;
	line-height: 50px;
	float: left;
	margin-top: 30px;
	margin-bottom: 30px;
}

.next_left {
	width: 50%;
	height: 50px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
	text-align: left;
}

.next_right {
	width: 50%;
	height: 50px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	float: right;
	text-align: right;
}


/*以上为新闻内容页css*/


/*以下为人才招募列表页CSS*/

.join_banner {
	width: 100%;
	height: 460px;
	margin-top: 229px;
	background: url(../images/join_banner.jpg) no-repeat;
	background-size: cover;
}

.join_list_content {
	width: 100%;
	height: 800px;
	padding-top: 10px;
	overflow: hidden;
}

.join_top {
	width: 100%;
	height: 50px;
	float: left;
	background-color: #CCCCCC;
}

.join_top ul li {
	width: 25%;
	height: 50px;
	float: left;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
}

.join_bottom {
	width: 100%;
	height: 300px;
	float: left;
	margin-top: 20px;
}

.join_bottom ul .join_list {
	width: 100%;
	height: 50px;
	float: left;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
}

.join_list ul li {
	width: 25%;
	height: 50px;
	float: left;
}

.join_list ul li a {
	color: #383838;
}


/*以上为人才招募列表页CSS*/


/*以下为人才招募内容页CSS*/

.join_content {
	width: 100%;
	padding-top: 10px;
}

.join_content_top {
	width: 100%;
	height: 230px;
	float: left;
	border-bottom: 2px solid #DDDDDD;
}

.join_content_top h4 {
	height: 80px;
	line-height: 80px;
	font-family: "微软雅黑";
	font-size: 24px;
	font-weight: normal;
	color: #6D6D6D;
	text-align: center;
}

.join_content_top p {
	line-height: 40px;
	font-size: 14px;
	text-align: left;
	text-indent: 2em;
	color: #6D6D6D;
}

.join_content_bottom {
	width: 100%;
}

.join_content_bottom h4 {
	width: 100%;
	height: 80px;
	line-height: 80px;
	font-family: "微软雅黑";
	font-size: 24px;
	float: left;
	font-weight: normal;
	color: #6D6D6D;
	text-align: center;
}

.join_content_bottom p {
	width: 100%;
	height: 50px;
	float: left;
	line-height: 50px;
	font-size: 16px;
	text-align: left;
	color: #6D6D6D;
}

.upload_wrap {
	width: 100%;
	height: 50px;
	float: left;
	margin: 30px 0;
}

.upload_button {
	width: 100%;
	height: 50px;
	margin: 0 auto;
}

.upload_button a {
	width: 450px;
	height: 50px;
	display: block;
	background-color: #035cac;
	color: white;
	line-height: 50px;
	text-align: center;
}

.upload_button a:hover {
	background-color: #ED2D38;
	color: white;
	text-decoration: none;
}

.upload{

	            position:absolute;
                top:0;
                right:0;
                margin:0;
                border:solid transparent;
                opacity:0;
                filter:alpha(opacity=0);
                cursor: pointer;
}
.upload_content{
	            float: left;
	            height: 48px;
	            position:relative;
                overflow:hidden;
                margin-right:4px;
                display:inline-block;
                line-height:48px;
                padding: 0 10px;
                text-align:center;
                vertical-align:middle;
                cursor:pointer;
                border: 1px solid #DDDDDD;
                margin-right: 300px;
}
.upload_content:hover{
	background-color: #035CAC;
	color: #FFFFFF;
	border-color: white;
	transition: all 1s; 
}
.submit{
	width: 450px;
	height: 50px;
	background-color: #035CAC;
	cursor:pointer;
	color: white;
	line-height: 50px;
	border: 0;
}
/*以上为人才招募内容页CSS*/

.picScroll {
	width: 1180px;
}

.picScroll .bd {
	position: relative;
}

.picScroll .prev,
.picScroll .next {
	position: absolute;
	top: 64px;
	left: -1px;
	display: block;
	width: 26px;
	height: 64px;
	background: url(../images/slide_tigger.png) 0 -65px;
	z-index: 9;
	overflow: hidden;
}

.picScroll .next {
	left: auto;
	right: -1px;
	background-position: -26px -65px;
}

.picScroll .prev:hover {
	background-position: 0 -130px;
}

.picScroll .next:hover {
	background-position: -26px -130px;
}

.picScroll .prevStop {
	background-position: 0 -65px !important;
}

.picScroll .nextStop {
	background-position: -26px -65px !important;
}

.picScroll ul {
	overflow: hidden;
	zoom: 1;
}

.picScroll li {
	width: 280px;
	position: relative;
	float: left;
	display: inline;
	margin-right: 20px;
}

.scrollWrap ul li img {
	width: 280px;
	height: 192px;
}

.picScroll li .pic {
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom: 6px;
}

.picScroll li .pic img {
	display: block;
	background: #ddd;
}

.picScroll li p {
	height: 15px;
	margin-top: 5px;
	color: #999;
	line-height: 15px;
	overflow: hidden;
}

.picScroll li .txt1 a {
	color: #333;
}

.picScroll li .movielist_tt {
	position: relative;
	height: 16px;
	line-height: 16px;
	padding-right: 30px;
	overflow: hidden;
	position: relative;
}

.picScroll li .movielist_tt a {
	font-size: 14px;
}

.picScroll li .score {
	color: #FF6600;
	font-family: Arial;
	position: absolute;
	top: 0;
	right: 10px;
}
.qx_banner {
	width: 100%;
	height: 460px;
	margin-top: 229px;
	background: url(../images/about_banner.jpg) no-repeat;
	background-size: cover;
}
.qx_content{
	width: 100%;
	margin-top: 20px;
}
.qx_content .qx_left{
	width: 295px;
	float: left;
}
.qx_left h4{
	width: 100%;
	height: 50px;
	background-color: #035CAC;
	line-height: 50px;
	text-align: center;
	color: white;
	font-size: 14px;
	font-family: "微软雅黑";
	font-weight: normal;
}
.qx_left_content{
	width: 100%;
	margin-top: 10px;
	float: left;
}
.qx_left_content ul li{
	width: 100%;
	height: 40px;
	float: left;
}
.qx_left_content ul li a{
	width: 100%;
	height: 40px;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 13px;
	line-height: 50px;
	color: #383838;
	display: inline-block;
}
.qx_content .qx_right{
	width: 865px;
	float: right;
}
.qx_right ul li{
	width: 275px;
	height: 250px;
	float: left;
	background-color: #000000;
	margin-right: 20px;
	margin-bottom: 20px;
}
.qx_right ul li .qx_img{
	width: 275px;
	height: 200px;
	position: relative;
	overflow: hidden;
}
.qx_right ul li img{
	width: 275px;
	height: 200px;
	display: block;
	cursor: pointer;
	transition: all 1s;
}
.qx_right ul li img:hover {
	transform: scale(1.4);
}
.qx_right ul li .qx_txt{
	width: 275px;
	height: 50px;
	line-height: 50px;
	font-family: "微软雅黑";
	font-size: 12px;
	color: #383838;
	background-color: #DDDDDD;
	text-align: center;
}
.qx_right ul li:nth-child(3) {
	float: right;
	margin-right: 0;
}
.qx_right ul li:nth-child(6) {
	float: right;
	margin-right: 0;
}
.qx_right ul li:nth-child(9) {
	float: right;
	margin-right: 0;
}
.qx_article{
	width: 100%;
	margin-top:20px ;
}
.qx_article h4{
	width: 100%;
	height: 50px;
	float: left;
	line-height: 50px;
	text-align: center;
	font-family: "微软雅黑";
	font-weight: normal;
	color: #383838;
	font-size: 24px;
}
.qx_article_content{
	width: 100%;
	margin-top: 20px;
	line-height: 40px;
	text-indent: 2em;
	font-family: "微软雅黑";
	font-size: 15px;
	color: #6D6D6D;
}
.qx_article_content img{
	width: 960px;
	height: auto;
	margin-left: 110px;
}
